T
The desired EventCondition type.
Keysight Pathwave 89600 VSA .NET API
SetExtension<T>() Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Keysight.SA.Vsa Namespace > EventRule Class > SetExtension Method : SetExtension<T>() Method


Glossary Item Box

Changes the current Condition to the indicated type (if necessary) and returns an appropriately typed handle to the EventCondition object.

Syntax

Visual Basic (Declaration) 
Public Overloads MustOverride Function SetExtension(Of T As EventCondition)() As T
C# 
public abstract T SetExtension<T>()
where T: EventCondition
C++/CLI 
public:
abstract T^ SetExtensiongeneric<typename T>
(); 
where T: EventCondition

Type Parameters

T
The desired EventCondition type.

Return Value

A correctly typed handle to the requested EventCondition object. If the requested EventCondition is not available, an exception is thrown. In this case, the previous EventCondition is left unchanged.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 28.00

See Also